home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.metal;
-
- import com.sun.java.swing.AbstractAction;
- import com.sun.java.swing.JComboBox;
- import java.awt.event.ActionEvent;
-
- class MetalComboBoxUI$2 extends AbstractAction {
- // $FF: synthetic field
- MetalComboBoxUI this$0;
- // $FF: synthetic field
- JComboBox val$cBox;
-
- public void actionPerformed(ActionEvent e) {
- this.this$0.selectPreviousPossibleValue();
- }
-
- public boolean isEnabled() {
- return this.val$cBox.isEnabled();
- }
-
- // $FF: synthetic method
- MetalComboBoxUI$2(MetalComboBoxUI this$0, JComboBox val$cBox) {
- this.this$0 = this$0;
- this.val$cBox = val$cBox;
- }
- }
-